You are here: COM API reference > Events > BeforeChangeWFManager event

BeforeChangeWFManager event

This event occurs when the user selects to change the workflow manager for a document.

Syntax

Private Sub AMUIExtension_BeforeChangeWFManager(
          ByVal CurrentObject As Object,
          Person As String,
          Abort As Boolean)
Parameters
Name Description

CurrentObject

The document object (AMDocument object).

Person

The new workflow manager for the document.

Abort

Setting this argument to True will abort the operation. The AfterChangeWFManager event will not occur.

Remarks

The equivalent VBScript event is the ChangeWFManager script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.


www.bluecieloecm.com